473,422 Members | 1,962 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,422 software developers and data experts.

Build a dynamic menu in asp.net

Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I will
get the data for populate this menu: from a sql server database, xml file or
what, but I know it will be dynamic any probably encapsulated in a control
(user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel
Nov 18 '05 #1
7 2828
Well, it will depend on what you want.
If you have a list of HREF tags then just get your records, loop through
them and write them out.
We'd need a little more specifics but I suggest you just think it through.
Try it and post when you get stuck.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"zorhel" <zo****@zorhel.com> wrote in message
news:OO**************@TK2MSFTNGP11.phx.gbl...
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I
will get the data for populate this menu: from a sql server database, xml
file or what, but I know it will be dynamic any probably encapsulated in a
control (user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel

Nov 18 '05 #2
Thanks Curt.
I receive a minutes ago the specification.
The menu will be a custom control, render from an XML file.
I must be vertical and horizontal forms, controling by an property, and the
render method must receive an placeholder control to put this menu in any
position on the page.

Do you help me please?

Thanks.

Zorhel

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:el*************@TK2MSFTNGP09.phx.gbl...
Well, it will depend on what you want.
If you have a list of HREF tags then just get your records, loop through
them and write them out.
We'd need a little more specifics but I suggest you just think it through.
Try it and post when you get stuck.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"zorhel" <zo****@zorhel.com> wrote in message
news:OO**************@TK2MSFTNGP11.phx.gbl...
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I
will get the data for populate this menu: from a sql server database, xml
file or what, but I know it will be dynamic any probably encapsulated in
a control (user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel


Nov 18 '05 #3
From those specs this is for a class correct?
If so you do need to do this yourself you know.
Also, have you TRIED at all yet? Try first, post when you get stuck.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"zorhel" <zo****@zorhel.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Thanks Curt.
I receive a minutes ago the specification.
The menu will be a custom control, render from an XML file.
I must be vertical and horizontal forms, controling by an property, and
the render method must receive an placeholder control to put this menu in
any position on the page.

Do you help me please?

Thanks.

Zorhel

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:el*************@TK2MSFTNGP09.phx.gbl...
Well, it will depend on what you want.
If you have a list of HREF tags then just get your records, loop through
them and write them out.
We'd need a little more specifics but I suggest you just think it
through. Try it and post when you get stuck.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"zorhel" <zo****@zorhel.com> wrote in message
news:OO**************@TK2MSFTNGP11.phx.gbl...
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I
will get the data for populate this menu: from a sql server database,
xml file or what, but I know it will be dynamic any probably
encapsulated in a control (user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel



Nov 18 '05 #4
"zorhel" <zo****@zorhel.com> wrote in message
news:OO**************@TK2MSFTNGP11.phx.gbl...
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I will get the data for populate this menu: from a sql server database, xml file or what, but I know it will be dynamic any probably encapsulated in a control
(user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel


http://www.aitoc.com/en/flex_menu_net.html

will do what you want. It's free, and it's populated via XML.

See an example of it working here: http://www.sanctuaryrig.co.uk
Nov 18 '05 #5
TJS
try skmMenu
"zorhel" <zo****@zorhel.com> wrote in message
news:OO**************@TK2MSFTNGP11.phx.gbl...
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I will get the data for populate this menu: from a sql server database, xml file or what, but I know it will be dynamic any probably encapsulated in a control
(user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel

Nov 18 '05 #6
Hi Mark,

I installed and configured the free Aitoc menu software, but I am receiving
the Ie runtime error message "Error:'AdvancedMenu' is undefined. Any idea
what this might be?

Thanks,
Ted Apollo

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:uD**************@tk2msftngp13.phx.gbl...
"zorhel" <zo****@zorhel.com> wrote in message
news:OO**************@TK2MSFTNGP11.phx.gbl...
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I will
get the data for populate this menu: from a sql server database, xml file or
what, but I know it will be dynamic any probably encapsulated in a

control (user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel


http://www.aitoc.com/en/flex_menu_net.html

will do what you want. It's free, and it's populated via XML.

See an example of it working here: http://www.sanctuaryrig.co.uk

Nov 18 '05 #7
I found it. In the doc they suggest:

6: <add key="rootDirectory" value="http://localhost/FlexMenuApp/" />

but the default install is to "C:\Inetpub\wwwroot\FlexMenuNETApp".

I was missing the "NET" in the path.

Thanks,
Ted Apollo

"Ted Apollo" <te********@yahoo.com> wrote in message
news:gN********************@comcast.com...
Hi Mark,

I installed and configured the free Aitoc menu software, but I am receiving the Ie runtime error message "Error:'AdvancedMenu' is undefined. Any idea
what this might be?

Thanks,
Ted Apollo

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:uD**************@tk2msftngp13.phx.gbl...
"zorhel" <zo****@zorhel.com> wrote in message
news:OO**************@TK2MSFTNGP11.phx.gbl...
Hi.
I will do a dynamic menu for a asp.net app.. I don't know yet if how I

will
get the data for populate this menu: from a sql server database, xml file
or
what, but I know it will be dynamic any probably encapsulated in a

control (user or custom).

Someone have any logic code, samples, links for that?
Thanks

Zorhel


http://www.aitoc.com/en/flex_menu_net.html

will do what you want. It's free, and it's populated via XML.

See an example of it working here: http://www.sanctuaryrig.co.uk


Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Gerd Schuckar | last post by:
Hi there, with PHP and JavaScript I've build a dynamic menustructur, which works finely. My problem is, that I will that the menu looks like an half moon horizontal on the site. What i mean is: |...
1
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
4
by: paula | last post by:
I've got a problem with asp.net i am trying to make a menu control. and have searched the web for serveral controls but they don't work correctly. I am pretty new to asp.net building. What am i...
19
by: mart2006 | last post by:
I've created a dynamic drop down menu that populates itself with data from a MySQL table. What I would like to do is create a non dynamic drop down menu that alters what is shown in the dynamic menu....
3
by: RahimAsif | last post by:
I am writing an application that requires the a portion of the main menu to be dynamic. The menu has file, panels, view files and help across the top. The view files sub menu needs to be...
1
by: | last post by:
I'm having a problem finding the cause for this problem. I have a solution in Visual Studio 2005 that contains two projects -- a Web Site and a Class Library. The web site references the class...
2
by: Ron M. Newman | last post by:
Hi, Just need a little advice. Id like to build *dynamic* context menus for tree nodes. I'm pretty versed in building context menus and attaching them to tree nodes. My question is, what...
10
by: mart2006 | last post by:
Hi, I'm fairly new to PHP and I've created a dynamic drop down menu that populates itself with data from a MySQL table. What I would like to do is create a non dynamic drop down menu that alters...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.